SmartSignPlusFinalize

Overview

This method is used to finalize a SmartSignPlus package and assign it to the eOriginal Closing Center.

Table 1. Method
Method URL Description
POST /api/v1/Document/account/{accountId}/SmartSignPlusFinalize The POST method submits the accountId as part of the SmartSignPlusFinalize call
Table 2. Parameters
Name Type Constraints Description
accountId integer required The account used to associate to the request.

Sample Request


{
  "packageId": "5wRS8HZ8cl602dL5ApLnC"
}

Sample Response


{
    "status": "SuccessfulWithWarnings",
    "messages": [
        "Package (5wRS8HZ8cl602dL5ApLnC) is already finalized (Available_To_Signers)"
    ]           
}